home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / paktoc10.zip / PAKTOC.DOC < prev    next >
Text File  |  1991-10-13  |  4KB  |  113 lines

  1. PAKTOC.EXE v1.0 <c> 1991 by Carl Sagerquist             Data (805) 723-6908
  2.  
  3. PAKTOK = Press A Key TO Continue
  4.  
  5. DESCRIPTION
  6. -----------
  7.     PAKTOC.EXE stands for "Press A Key TO Continue".  Just like the
  8.     DOS batch file command "PAUSE", PAKTOC.EXE will pause but its 
  9.     designed for use on a bulletin board system (BBS) through a modem.
  10.     The caller can respond to the pause as well as the sysop at the
  11.     local keyboard.
  12.  
  13. DISTRIBUTION
  14. ------------
  15.     PAKTOC.EXE is copyrighted software released to the public domain.
  16.     You may use it at your discretion free of charge.  Please distribute
  17.     this ZIP package through your BBS so others may benefit from it.
  18.     You may not alter PAKTOC in any way, as that would violate the
  19.     copyright laws.
  20.  
  21. SYNTAX
  22. ------
  23.     PAKTOC [-bbstype]
  24.  
  25. EXAMPLE
  26. -------
  27.     PAKTOC -MAXIHOST
  28.  
  29. SUPPORTED BBS'S
  30. ---------------
  31.         Maxihost:      -MAXIHOST      (DOOR.SYS)
  32.         Megahost:      -MEGAHOST      (DOOR.SYS)
  33.     PCBoard:       -PCBOARD       (DOOR.SYS)
  34.         QuickBBS:      -QBBS          (DORINFO1.DEF)
  35.         RBBS:          -RBBS          (DORINFO1.DEF)
  36.         Wildcat:       -WILDCAT       (CALLINFO.BBS)
  37.  
  38. FILES IN THIS ZIP PACKAGE
  39. -------------------------
  40.     PAKTOC  .EXE     Executable program.
  41.     PAKTOC  .TXT     Optional text file for a custom pause statement.
  42.     PAKTOC  .DOC     Document file (this file).
  43.     CALLINFO.BBS    Sample BBS file.
  44.     DORINFO1.DEF    Sample BBS file.
  45.     DOOR    .SYS    Sample BBS file.
  46.  
  47. OPERATION
  48. ---------
  49.     PAKTOC.EXE requires the file created by the BBS (DOOR.SYS,
  50.     DORINFO1.DEF, CALLINFO.BBS) to reside with it in the default
  51.     directory.  This is where PAKTOC.EXE gets its information on the
  52.     com port in use.  The size of the program is due to the coding
  53.     of interrupt driven buffered com port I/O necessary for its
  54.     operation.  If the file isn't found, or an unsupported com
  55.     port is defined, PAKTOC.EXE will exit and advise you of the problem.
  56.  
  57.     When invoked, PAKTOC.EXE will stop your online batch file process
  58.     and issue the familiar statement "Press a key to continue...".
  59.     When you press a key, the batch file will continue.
  60.  
  61.     If a key is not pressed in 2 minutes, PAKTOC.EXE will exit clean
  62.     on its own.
  63.  
  64.     If the caller disconnects (hangs up the phone line), PAKTOC.EXE
  65.     will exit clean on its own.
  66.     
  67.     At your option, you may use, modify, or delete the file PAKTOC.TXT.
  68.     If it exists, this one line statement will replace the familiar
  69.     "Press a key to continue..."  with whatever you place on this line.
  70.     This file method allows for foreign languages, witty remarks, etc.
  71.     at the discretion of the sysop.  Remember, though, only one line
  72.     is displayed.  If the line is longer than 80 characters or there
  73.     are more than 1 line, the first line will be cut short and displayed.
  74.     This file need not exist at all.
  75.  
  76. TECHNICAL INFORMATION
  77. ---------------------
  78.  
  79.     PAKTOC.EXE handles its own Com Port I/O.  No redirection programs are
  80.     required.  Com Ports 1 through 4 are supported. 
  81.  
  82.     Carrier loss is no problem.  PAKTOC.EXE will reset all interrupts to
  83.     their prior status before execution, and exit clean.
  84.  
  85.     The keyboard timer is set to 2 minutes.  If a caller waits a full
  86.     120 seconds without any keyboard entry, PAKTOC.EXE will exit clean.
  87.  
  88. DISCLAIMER
  89. ----------
  90.  
  91.     PAKTOC.EXE is distributed as is.  No warranty, either expressed or
  92.     implied is offered and the programmer is not responsible for any
  93.     damages or expenses that may occur through the use of this program.
  94.     The user shall determine its suitability.  Please communicate any 
  95.     difficulties with the programmer through the BBS at (805) 723-6908.
  96.  
  97.     If you like this program, drop me a message at (805) 723-6908 and
  98.     let me know.  If you have any ideas for improvement, or new ideas
  99.     you'd like to see, call and let me know.  I welcome your response.
  100.  
  101.  
  102.     Thank you for using PAKTOC.EXE!
  103.  
  104.     Carl Sagerquist
  105.     The Antelope Valley Aviator
  106.     300/1200/2400 BAUD
  107.     (805) 723-6908
  108.     A MAXIHOST BBS
  109.  
  110. HISTORY
  111. -------
  112.     Version 1.0 - 10/13/91 - First release.
  113.